home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / pdtar.zip / README < prev    next >
Text File  |  1987-02-18  |  2KB  |  45 lines

  1. This is a public domain tar(1) replacement.  It implements the 'c',
  2. 'x', and 't' commands of Unix tar, and many of the options.  It creates
  3. P1003 "Unix Standard" [draft 6] tapes by default, and can read and
  4. write both old and new formats.  It can decompress tar archives when
  5. reading them from disk files (using the 'z' option), but cannot do so
  6. when writing, or when reading from a tape drive.  Its verbose output
  7. looks more like "ls -l" than the Unix tar, and even lines up the
  8. columns.  It is a little better at reading damaged tapes than Unix tar.
  9.  
  10. It is designed to be a lot more efficient than the standard Unix tar;
  11. it does as little bcopy-ing as possible, and does file I/O in large
  12. blocks.  On the other hand, it has not been timed or performance-tuned;
  13. it's just *designed* to be faster.
  14.  
  15. On the Sun, the tar archives it creates under the 'old' option are
  16. byte-for-byte the same as those created by /bin/tar, except the trash
  17. at the end of each file and at the end of the archive.
  18.  
  19. It was written and initially debugged on a Sun Workstation running
  20. 4.2BSD.  It has been run on Xenix, Unisoft, Vax 4.2BSD, V7, and USG
  21. systems.  I'm interested in finding people who will port it to other
  22. types of (Unix and non-Unix) systems, use it, and send back the
  23. changes; and people who will add the obscure tar options that they
  24. happen to use and I don't.  In particular, VMS, MSDOS, Mac, Atari and
  25. Amiga versions would be handy.
  26.  
  27. It still has a number of loose ends, marked by "FIXME" comments in the
  28. source.  For example, it does not chown() extracted files.  Fixes to
  29. these things are also welcome.
  30.  
  31. I am the author of all the code in this program.  I hereby place it in
  32. the public domain.  If you modify it, or port it to another system,
  33. please send me back a copy, so I can keep a master source.
  34.  
  35.     John Gilmore
  36.     Nebula Consultants
  37.     1504 Golden Gate Ave.
  38.     San Francisco, California, USA  94115
  39.     +1 415 931 4667        voice
  40.     hoptoad!gnu        data
  41.     jgilmore@lll-crg.arpa    data
  42. Hoptoad talks to sun, ptsfa, well, lll-crg, ihnp4, cbosgd, ucsfcgl, pyramid.
  43.  
  44. @(#)README 1.5    86/10/29
  45.